home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997: The Complete Utilities Toolkit / macworld-complete-utilities-1997.iso / Word Processing / TextWrapper 0.5 / README next >
Encoding:
Text File  |  1995-12-30  |  1.9 KB  |  66 lines  |  [ttro/ttxt]

  1. TextWrapper 0.5
  2.  
  3.  
  4.     By Yicheng C. An
  5.         yichena@ifi.uio.no
  6.         yichena@aas.kscanners.no
  7.  
  8.  
  9.  
  10.  
  11.  
  12. • Why TextWrapper
  13.  
  14.         I wrote TextWrapper because I didn't like other existing utilities like the
  15.         one with BBEdit, which wraps the whole file into a mess. 
  16.  
  17.         TextWrapper wraps only the lines that exceeds a user-specified length and 
  18.         keeps the existing format as is.
  19.     
  20.         TextWrapper also converts DOS and UNIX files into Mac files automatically.
  21.  
  22. • What's new (version history)
  23.  
  24.         -    Version 0.5 fixed a bug in version 0.4.1 that caused loss of text.
  25.                 More precise wrapping with tabs.
  26.                 Supports indentation.
  27.         
  28.         -    Version 0.4.1 fixed a bug which causes crash when a decorating line
  29.                 has a length longer than what users specify.
  30.  
  31.         -    Version 0.4 uses a totally new approach that makes wrapping quicker
  32.                 and more accurate.
  33.  
  34.         -    Version 0.2 is the first releasing and uses an algorithm that is different 
  35.                     from the later    versions.
  36.  
  37. • Interface
  38.  
  39.         TextWrapper is written in pure C codes and thus doesn't have a Mac
  40.         interface other than the nifty console supported by Sym C++ 8.0.3.
  41.  
  42.         All it does is ask for the names of the input and output file, the option of whether
  43.         to indent or not, and the sizes of the tab and line, wraps the text and quits.
  44.  
  45. • Input and output
  46.  
  47.         File names containing white characters are supported. You may also use colon(s) to 
  48.         specify the folder in which the input and/or output files are stored. By default, both 
  49.         input and output files are assumed to be in the same folder as that of TextWrapper.
  50.  
  51. • Future supporting
  52.  
  53.         Bugs and bad performance will be fixed if found.
  54.  
  55.         Send E-mails if you have any special needs for formatting.            
  56.  
  57.         I'd like, too, to add drag and drop interface to it if I will have more free time,
  58.         and if I get to know that TextWrapper is absolutely useful.
  59.  
  60. • Legal stuff
  61.  
  62.         TextWrapper is yet free but copyrighted.
  63.  
  64.  
  65.         Yicheng C. An
  66.